Skip to content

fix(multiple): incorrect paths in declaration files for aria #32673

Merged
crisbeto merged 2 commits intoangular:mainfrom
crisbeto:32665/more-aria-builds
Jan 20, 2026
Merged

fix(multiple): incorrect paths in declaration files for aria #32673
crisbeto merged 2 commits intoangular:mainfrom
crisbeto:32665/more-aria-builds

Conversation

@crisbeto
Copy link
Copy Markdown
Member

A few places in the @angular/aria package were producing invalid paths when compiled for npm. We didn't catch them, because the Aria package wasn't running the same integration tests as the rest of the repo.

These changes fix the issues by using explicit type annotations.

Fixes #32665.

@crisbeto crisbeto added target: patch This PR is targeted for the next patch release merge: preserve commits When the PR is merged, a rebase and merge should be performed labels Jan 19, 2026
@pullapprove pullapprove Bot requested review from mmalerba and tjshiu January 19, 2026 09:18
@angular-robot angular-robot Bot added the area: build & ci Related the build and CI infrastructure of the project label Jan 19, 2026
Fixes that the Aria package didn't enable the `ts-compat` and `linker` integration tests which in turn didn't catch some errors.
A few places in the `@angular/aria` package were producing invalid paths when compiled for npm. We didn't catch them, because the Aria package wasn't running the same integration tests as the rest of the repo.

These changes fix the issues by using explicit type annotations.

Fixes angular#32665.
@crisbeto crisbeto added the action: merge The PR is ready for merge by the caretaker label Jan 20, 2026
@crisbeto crisbeto merged commit 3612ef6 into angular:main Jan 20, 2026
24 of 27 checks passed
@crisbeto
Copy link
Copy Markdown
Member Author

This PR was merged into the repository. The changes were merged into the following branches:

@angular-automatic-lock-bot
Copy link
Copy Markdown

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot Bot locked and limited conversation to collaborators Feb 20, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

action: merge The PR is ready for merge by the caretaker area: build & ci Related the build and CI infrastructure of the project merge: preserve commits When the PR is merged, a rebase and merge should be performed target: patch This PR is targeted for the next patch release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug(aria/tabs), bug(aria/listbox): Cannot find module '@angular/aria/private/public-api' or its corresponding type declarations

2 participants